object Slot100Form: TSlot100Form Left = 263 Top = 115 BorderIcons = [] BorderStyle = bsDialog Caption = 'You'#39've Reached 40 Hands' ClientHeight = 200 ClientWidth = 321 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter OnActivate = FormActivate TextHeight = 13 object Memo1: TMemo Left = 10 Top = 7 Width = 303 Height = 154 BorderStyle = bsNone Color = clBtnFace Ctl3D = False Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'Memo1') ParentCtl3D = False ParentFont = False TabOrder = 1 end object Button1: TButton Left = 12 Top = 163 Width = 133 Height = 33 Caption = '&Registration Info' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 end object Button2: TButton Left = 168 Top = 163 Width = 137 Height = 33 Caption = '&New Game' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 2 OnClick = Button2Click end end